From ee68a6b03624290527913a3f31b9e4829955e3d0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 31 Jan 2006 11:35:06 +0000 Subject: [PATCH] set ALLMULTI on bridged interfaces (should improve multicast bridging) SVN-Revision: 3078 --- openwrt/package/base-files/default/sbin/ifup | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/base-files/default/sbin/ifup b/openwrt/package/base-files/default/sbin/ifup index fbf8e07bed..7a7572870f 100755 --- a/openwrt/package/base-files/default/sbin/ifup +++ b/openwrt/package/base-files/default/sbin/ifup @@ -24,6 +24,7 @@ if [ "${if%%[0-9]}" = "br" ]; then ${mac:+$DEBUG ifconfig $sif down hw ether $mac} $DEBUG ifconfig $sif 0.0.0.0 up $DEBUG brctl addif $if $sif + $DEBUG ifconfig $sif allmulti done else ${mac:+$DEBUG ifconfig $if down hw ether $mac} -- 2.30.2